Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically load IPyWidgets 7 #21

Merged
merged 12 commits into from
Feb 7, 2023

Conversation

DonJayamanne
Copy link
Collaborator

@@ -1,6 +1,6 @@
{
"name": "@vscode/jupyter-ipywidgets7",
"version": "1.0.3",
"version": "2.0.0",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Introduced some API changes (changes to how the script is loaded an the API to communicate with this)
Hence the major bump


type KernelMessagingApi = {
postKernelMessage: (data: unknown) => void;
};
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dead code

plugins: [
...common.getDefaultPlugins('ipywidgets'),
new webpack.optimize.LimitChunkCountPlugin({
maxChunks: 1
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Being explicit to ensure we have a single js file

@DonJayamanne DonJayamanne marked this pull request as ready for review February 7, 2023 03:48
@DonJayamanne DonJayamanne merged commit bbf1ab0 into release/ipywidgets7.2 Feb 7, 2023
@DonJayamanne DonJayamanne deleted the ipywidgets7Dynamic branch February 7, 2023 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants